home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPlacesBeen, gCurrentScreen
- if gCurrentScreen = "7812" then
- extraChar = "b"
- else
- extraChar = EMPTY
- end if
- if iteminList("7811", gPlacesBeen) > 0 then
- HostSound("78111")
- go("78112" & extraChar)
- else
- HostSound("78121")
- go("78122" & extraChar)
- end if
- puppetSound(1, "foley_sprite")
- end
-